﻿@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
    line-height: 1.15;
}

body {
    font-family: Microsoft YaHei, Open Sans, PingFang SC, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, "sans-serif";
    font-size: 14px;
    color: #666;
    position: relative;
}

a,
img,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input,
input:focus,
button,
button:focus {
    box-shadow: none;
    outline: 0;
    border: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
}

i {
    font-style: normal;
}

.img img {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.oh {
    overflow: hidden;
}

.toh {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.15;
}

.pr {
    position: relative;
}

.tc {
    text-align: center;
}

.db {
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.sca {
    overflow: hidden;
}

.cp {
    cursor: pointer;
}

.two_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*图片悬浮放大*/
.sca>img {
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.sca>img:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

/*Y轴旋转*/
.rot-y img {
    -o-transition: all 1.6s;
    transition: all 1.6s;
    -webkit-transition: all 1.6s;
}

.rot-y:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.dis_flex {
    display: flex;
}

.dis_between {
    justify-content: space-between;
}

.dis_center {
    align-items: center;
}

/*scroll*/

.w_scoll::-webkit-scrollbar {
    width: 4px;
    height: 2px
}

.w_scoll::-webkit-scrollbar-button:vertical {
    display: none
}

.w_scoll::-webkit-scrollbar-corner,
.w_scoll::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
}

.w_scoll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdbdbd;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Bold';
    src: url('../fonts/Archivo-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}


.mo_show {
    display: none !important;
}

@media screen and (max-width:767px) {
    .mo_show {
        display: block !important;
    }

    .pc_show {
        display: none !important;
    }
}

/*版心页面大小*/

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}

@media (max-width:1580px) {
    .container {
        padding: 0 5%;
    }
}

@media (max-width:1440px) {
    .container {
        padding: 0 8%;
    }
}

@media (max-width:1280px) {
    .container {
        padding: 0 8%;
    }
}

@media (max-width:1200px) {

    .my-container {
        padding: 0 40px;
    }
}

@media (max-width:991px) {
    .container {
        padding: 0 30px
    }

}

@media (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 16px
    }
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font40 {
    font-size: 40px;
}

.font42 {
    font-size: 42px;
}

.font44 {
    font-size: 44px;
}

.font46 {
    font-size: 46px;
}

.font48 {
    font-size: 48px;
}

.font50 {
    font-size: 50px;
}

.font52 {
    font-size: 52px;
}

.font56 {
    font-size: 56px;
}

.font58 {
    font-size: 58px;
}

.font64 {
    font-size: 64px;
}

.font68 {
    font-size: 68px;
}

@media (max-width:1680px) {
    .font56 {
        font-size: 54px;
    }

    .font68 {
        font-size: 64px;
    }

}

@media (max-width:1580px) {
    .font56 {
        font-size: 52px;
    }

    .font68 {
        font-size: 60px;
    }

}

@media (max-width:1440px) {

    .font42 {
        font-size: 40px;
    }

    .font44 {
        font-size: 40px;
    }

    .font46 {
        font-size: 42px;
    }

    .font48 {
        font-size: 42px;
    }

    .font50 {
        font-size: 48px;
    }

    .font52 {
        font-size: 48px;
    }

    .font56 {
        font-size: 48px;
    }

    .font58 {
        font-size: 52px;
    }

    .font64 {
        font-size: 56px;
    }

    .font68 {
        font-size: 58px;
    }
}

@media (max-width:1366px) {
    .font24 {
        font-size: 22px;
    }

    .font26 {
        font-size: 24px;
    }

    .font28 {
        font-size: 26px;
    }

    .font32 {
        font-size: 30px;
    }

    .font38 {
        font-size: 36px;
    }

    .font40 {
        font-size: 38px;
    }

    .font42 {
        font-size: 38px;
    }

    .font44 {
        font-size: 38px;
    }

    .font46 {
        font-size: 40px;
    }

    .font48 {
        font-size: 40px;
    }

    .font50 {
        font-size: 46px;
    }

    .font52 {
        font-size: 48px;
    }

    .font56 {
        font-size: 50px;
    }

    .font58 {
        font-size: 50px;
    }

    .font64 {
        font-size: 58px;
    }

    .font68 {
        font-size: 60px;
    }
}

@media (max-width:1280px) {
    .font24 {
        font-size: 22px;
    }

    .font28 {
        font-size: 24px;
    }

    .font30 {
        font-size: 28px;
    }

    .font32 {
        font-size: 28px;
    }

    .font36 {
        font-size: 32px;
    }

    .font38 {
        font-size: 32px;
    }

    .font40 {
        font-size: 32px;
    }

    .font42 {
        font-size: 34px;
    }

    .font46 {
        font-size: 34px;
    }

    .font44 {
        font-size: 34px;
    }

    .font48 {
        font-size: 38px;
    }

    .font50 {
        font-size: 44px;
    }

    .font56 {
        font-size: 48px;
    }

    .font58 {
        font-size: 46px;
    }

    .font52 {
        font-size: 46px;
    }

    .font64 {
        font-size: 56px;
    }

    .font68 {
        font-size: 58px;
    }

}

@media (max-width:991px) {
    .font24 {
        font-size: 20px;
    }

    .font26 {
        font-size: 22px;
    }

    .font28 {
        font-size: 22px;
    }

    .font30 {
        font-size: 28px;
    }

    .font36 {
        font-size: 30px;
    }

    .font38 {
        font-size: 30px;
    }

    .font40 {
        font-size: 30px;
    }

    .font42 {
        font-size: 32px;
    }

    .font44 {
        font-size: 32px;
    }

    .font46 {
        font-size: 32px;
    }

    .font48 {
        font-size: 34px;
    }

    .font50 {
        font-size: 38px;
    }

    .font52 {
        font-size: 42px;
    }

    .font56 {
        font-size: 42px;
    }

    .font58 {
        font-size: 44px;
    }

    .font64 {
        font-size: 50px;
    }

    .font68 {
        font-size: 52px;
    }
}

@media (max-width:767px) {
    .font24 {
        font-size: 18px;
    }

    .font26 {
        font-size: 20px;
    }

    .font28 {
        font-size: 22px;
    }

    .font30 {
        font-size: 22px;
    }

    .font32 {
        font-size: 24px;
    }

    .font32 {
        font-size: 24px;
    }

    .font36 {
        font-size: 24px;
    }

    .font38 {
        font-size: 24px;
    }

    .font40 {
        font-size: 24px;
    }

    .font42 {
        font-size: 24px;
    }

    .font44 {
        font-size: 24px;
    }

    .font46 {
        font-size: 24px;
    }

    .font48 {
        font-size: 26px;
    }

    .font50 {
        font-size: 22px;
    }

    .font52 {
        font-size: 32px;
    }

    .font56 {
        font-size: 32px;
    }

    .font58 {
        font-size: 32px;
    }

    .font64 {
        font-size: 32px;
    }

    .font68 {
        font-size: 32px;
    }

}


/*anmite*/
[aos=activee] {
    width: 100%;
}

[aos=activee].aos-animate {
    width: 0;
}

[aos=zoom-my-left] {
    -webkit-transform: translate(-100px, 100px) scale(1.2);
    -ms-transform: translate(-100px, 100px) scale(1.2);
    transform: translate(-100px, 100px) scale(1.2);
}

[aos=zoom-my-left].aos-animate {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

[aos=zoom-my-right] {
    -webkit-transform: translate(100px, 100px) scale(1.2);
    -ms-transform: translate(100px, 100px) scale(1.2);
    transform: translate(100px, 100px) scale(1.2)
}

[aos=zoom-my-right].aos-animate {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}


/* 视频弹出 */

html.act {
    overflow: hidden;
}

/* 弹窗 */

.z_tanchuang {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 10;
}

.z_tanchuang .tbox {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}

/* 弹窗内容 */

.z_tanchuang .tbox .modal {
    display: block;
    border-radius: 5px;
    position: relative;
    width: 90%;
    max-width: 1400px;
    max-height: 90%;
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .out {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff url(../images/close_red.svg) center no-repeat;
    background-size: 20px;
    color: #000;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    top: -45px;
    right: -45px;
    cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
    width: 100%;
    max-height: 700px;
    margin: 0 auto;
    height: 70vh;
    display: flex;
    align-items: center;
}

.z_tanchuang .tbox .modal .img video {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
    padding: 20px;
}

.z_tanchuang .tbox .modal .img {
    max-width: 1400px;
}


/* 弹窗选中 */

.z_tanchuang.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(0);
    -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(1);
    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* 弹窗动画 */

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@-webkit-keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@-webkit-keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

.img_tanchuang .tbox .modal,
.img_tanchuang .tbox .modal .img {
    max-width: 1600px;
}


@keyframes big {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0.3;
    }
}

@-webkit-keyframes big {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0.3;
    }
}

@media (max-width:991px) {

    .z_tanchuang .tbox .modal .img {
        height: auto;
    }

    .z_tanchuang .tbox .modal .out {
        right: 0;
        top: -50px;
    }

    .z_tanchuang .tbox .modal {
        width: 100%;
    }
}